Support project specific plugin list parameters for edit in UI Change-Id: I22a383fa0944681078b327cc62c215d08e2c9bc6 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index 5b2d7c2..48ef56a 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt
@@ -1295,10 +1295,12 @@ |`display_name` |optional| The display name of the configuration parameter. |`type` || -The type of the configuration parameter, can be `STRING`, `INT`, `LONG` -or `BOOLEAN`. +The type of the configuration parameter, can be `STRING`, `INT`, +`LONG`, `BOOLEAN` or `LIST`. |`value` |optional| The value of the configuration parameter as string. +|`permitted_values`|optional| +The list of permitted values, only set if the `type` is `LIST`. |=============================== [[dashboard-info]]